how to set the value of a textbox textmode=date asp.net c#

48

how to set the value of a textbox textmode=date asp.net c# -

txtBoxDate.Text = Calendar1.SelectedDate.Date.ToString("yyyy-MM-dd");

Comments

Submit
0 Comments